home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / fontutil.6 / fontutil / fontutils-0.6 / limn / README < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.7 KB  |  57 lines

  1. This program converts bitmap fonts to a homegrown outline format, bezier
  2. (BZR).  The program `bzrto' converts that format to something usable for
  3. typesetting.
  4.  
  5. We used two main sources in writing the program:
  6.  
  7. @mastersthesis{Schneider:PIC-88,
  8.   author = "Philip J. Schneider",
  9.   title = "Phoenix: An Interactive Curve Design System Based on the
  10.            Automatic Fitting of Hand-Sketched Curves",
  11.   school = inst-u-wash,
  12.   year = 1988,
  13. }
  14.  
  15. @article{Plass:CG-17-229,
  16.   author = "Michael Plass and Maureen Stone",
  17.   title = "Curve-fitting with Piecewise Parametric Cubics",
  18.   journal = j-comp-graphics,
  19.   year = 1983,
  20.   volume = 17,
  21.   number = 3,
  22.   month = jul,
  23.   pages = "229-239",
  24. }
  25.  
  26. We had access to the code for Phoenix, thanks to Philip, but none of our
  27. code is based on his (mostly because his task was allow interactive
  28. sketching, and ours to fit bitmap characters, and the two require
  29. different data structures).  The general outline of the fitting
  30. algorithm does come from Phoenix.
  31.  
  32. We also found this article helpful:
  33.  
  34. @Inproceedings{Gonczarowski:RIDT91-1,
  35.   author =       "Jakob Gonczarowski",
  36.   title =        "A Fast Approach to Auto-tracing (with Parametric
  37.                  Cubics)",
  38.   pages =        "1--15",
  39.   crossref =     "Morris:RIDT91",
  40.   acknowledgement = ack-kb,
  41. }
  42.  
  43. @String{proc-RIDT91 = "Raster Imaging and Digital Typography II"}
  44.  
  45. @Proceedings{Morris:RIDT91,
  46.   title =        proc-RIDT91,
  47.   booktitle =    proc-RIDT91,
  48.   year =         "1991",
  49.   editor =       "Robert A. Morris and Jacques Andr{\'e}",
  50.   publisher =    pub-CUP,
  51.   address =      pub-CUP:adr,
  52.   acknowledgement = ack-kb,
  53. }
  54.  
  55. (These BibTeX entries are from the type.bib and ep.bib files on
  56. math.utah.edu:pub/tex/bib.)
  57.